Obtain and Install the Driver for SQL Server
Obtain and install the JDBC driver for SQL Server
http://msdn.microsoft.com/en-us/data/aa937724.aspx
Refer to the Installation guide for more details about the supported versions.
| 1. | Follow the instructions provided to extract the files for your version of SQL Server. |
| 2. | Locate the JAR file for your version. |
|
Version |
JAR File |
|
2008, 2012, 2014, 2016 |
sqljdbc4.jar or sqljdbc_<version>_<language>.tar.gz |
|
2019 |
mssql-jdbc-7.4.1.jre11.jar mssql-jdbc-7.4.1.jre11.jar |
| 3. | Put the JAR file in the directory appropriate to the version: |
<TDV_install_dir>\conf\adapters\system\microsoft_sql_server_<ver>
For UNIX, navigate to the directory where you want the driver unpacked, and type:
gzip -d sqljdbc_<version>_<language>.tar.gz.
| 4. | Restart the TDV Server. |
| 5. | If integrated security is required, it is recommended the you keep the SQL server JDBC drivers in a common location. For example, <TDV_install_dir>\apps\dlm\cis_ds_mssql\lib. |